home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_43699.txt < prev    next >
Text File  |  1990-08-24  |  737b  |  16 lines

  1. -- card: 43699 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 43395
  5. -- name: THE HYPERTALK COMPILER
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. The HyperTalk interpreter used in earlier versions of HyperCard has been replaced by a compiler‚Äîso HyperTalk scripts now run faster. 
  11.  
  12. HyperTalk compiles a handler automatically on first execution and stores the compiled code in RAM. The compiled code is then available for subsequent executions of the handler as long as the memory it occupies is not required for another purpose. When you quit HyperCard, the compiled code is flushed from memory; it is not stored on disk.
  13.  
  14. -- part contents for background part 2
  15. ----- text -----
  16. THE HYPERTALK COMPILER